ComponentOne Xamarin.Android
SortDescriptions Property (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : SortDescriptions Property
Gets the sort descriptions applied to the data.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As IReadOnlyList(Of SortDescription)
 
value = instance.SortDescriptions
public virtual IReadOnlyList<SortDescription> SortDescriptions {get;}
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members